SimpleVariableSetFieldDisplayType Property

Specifies the display of a variable input field. The defined values for the text:display attribute are: -none: hides the content of a field. -value: displays the value of a field.

Definition

Namespace: Independentsoft.Office.Odf.Fields
Assembly: Independentsoft.Office (in Independentsoft.Office.dll) Version: 3.0.460.1+37fe42d8e65847775742df0a70fdb403ab6fa65f
C#
public DisplayType DisplayType { get; set; }

Property Value

DisplayType

See Also